The control panel provides default configuration settings for the email server. You can change these settings to suit the needs of outgoing and incoming mail on your domain.
To change your email settings:
Note: If you do not want to impose a limit on the message size, leave this field blank.
Note that you cannot change SSL certificates for e-mail IMAP/POP3 services from the control panel.
To update an SSL certificates manually, run the following commands in the system shell:
$ cd /etc/pki/tls/certs
$ mv imapd.pem imapd.pem.bak
$ mv ipop3d.pem ipop3d.pem.bak
$ make imapd.pem
$ make ipop3d.pem
$ /sbin/service xinetd reload
Important: These SSL certificates are used for all customers' domains on the server. Individual SSL certificates per domain are not supported.